In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation / Title Property

Title Property (Annotation)

In This Topic
Syntax
'Declaration

 

<DescriptionAttribute("Specifies the title of the annotation")>

Public Property Title As String
[Description("Specifies the title of the annotation")]

public string Title {get; set;}
public read-write property Title: String; 
DescriptionAttribute("Specifies the title of the annotation")

public function get,set Title : String
[Description("Specifies the title of the annotation")]

public: __property string* get_Title();

public: __property void set_Title( 

   string* value

);
[Description("Specifies the title of the annotation")]

public:

property String^ Title {

   String^ get();

   void set (    String^ value);

}
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation
Annotation Members